Skip to content

feat(projects): create projects from CLI - #322

Open
caiopizzol wants to merge 1 commit into
amp-labs:mainfrom
caiopizzol:feat/create-project
Open

feat(projects): create projects from CLI#322
caiopizzol wants to merge 1 commit into
amp-labs:mainfrom
caiopizzol:feat/create-project

Conversation

@caiopizzol

Copy link
Copy Markdown
Contributor

Projects previously had to be created outside the CLI, which interrupted CLI-first onboarding.

This adds amp create:project <name>. The command uses the authenticated user's current organization and defaults the application display name to the project name. --app-name can override that default.

Tests cover organization lookup, request construction, the default application name, and the override.

Validation:

  • go test ./...
  • go vet ./...
  • go build ./...
  • golangci-lint v2.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant